Show AllShow All

CHIDIST

See Also

Returns the one-tailed probability of the chi-squared distribution. The c2 distribution is associated with a c2 test. Use the c2 test to compare observed and expected values. For example, a genetic experiment might hypothesize that the next generation of plants will exhibit a certain set of colors. By comparing the observed results with the expected ones, you can decide whether your original hypothesis is valid.

Syntax

CHIDIST(x,degrees_freedom)

X    is the value at which you want to evaluate the distribution.

Degrees_freedom    is the number of degrees of freedom.

Remarks

Example

The example may be easier to understand if you copy it to a blank worksheet.

ShowHow?

 
1
2
3
A B
Data Description
18.307 Value at which you want to evaluate the distribution
10 Degrees of freedom
Formula Description (Result)
=CHIDIST(A2,A3) One-tailed probability of the chi-squared distribution, for the above terms (0.050001)